FillRects(Rectangle[])

Method

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Graphics


Fills rectangles with the current color.

Syntax

public void FillRects(
	Rectangle[] rectangles
)

Parameters

rectangles

Rectangles to fill


Back to index